home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 March / march_2001.iso / intercd / root / Browsers / ^Opera5 / setup.exe / EMAIL.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-05  |  1.2 KB  |  82 lines

  1. /* Stylesheet for e-mail messages in Opera */
  2. /* Copyright 2000 Opera Software */
  3.  
  4. TD {
  5.     align: left;
  6.     vertical-align: top;
  7. }
  8.  
  9. TABLE.BACKGROUND {
  10.     width: 100%;
  11. }
  12.  
  13. TABLE.HEADER {
  14.     background-color: #CCCCCC;
  15.     border: none 0px;
  16. }
  17.  
  18. TBODY.HEADER {
  19.     border: none 0px;
  20. }
  21.  
  22. TABLE.ATTACHMENT {
  23.     background-color: #CCCCCC;
  24.     border: none 0px;
  25. }
  26.  
  27. TBODY.ATTACHMENT {
  28.     border: none 0px;
  29. }
  30.  
  31. SPAN.HEADER {
  32.     font-family: Tahoma, Verdana, Arial, Times, serif;
  33.     font-size: 9pt;
  34.     font-weight: bold;
  35.     color: black;
  36. }
  37.     
  38. SPAN.ATTACHMENT {
  39.     font-family: Tahoma, Verdana, Arial, Times, serif;
  40.     font-size: 9pt;
  41.     font-weight: normal;
  42.     color: black;
  43. }
  44.  
  45. SPAN.HEADERDATA {
  46.     font-family: Tahoma, Verdana, Arial, Times, serif;
  47.     font-size: 9pt;
  48.     font-weight: normal;
  49.     color: black;
  50. }
  51.  
  52. PRE.BODY {
  53.     font-family: Lucida Console, Courier New, monospace;
  54.     font-size: 9pt;
  55.     font-weight: normal;
  56.     color: black;
  57.     white-space: -pre-wrap;
  58. }
  59.  
  60. PRE.VIEWHEADER {
  61.     font-family: Lucida Console, Courier New, monospace;
  62.     font-size: 9pt;
  63.     font-weight: normal;
  64.     color: black;
  65. }
  66.  
  67. A.ATTACHMENT:hover {
  68. }
  69.  
  70. A:link {
  71.     text-decoration: none;
  72. }
  73.  
  74. A:visited {
  75.     text-decoration: none;
  76. }
  77.  
  78. A:hover {
  79.     background: #FFFFCC;
  80. }
  81.  
  82.